'Declaration Protected Overrides Function InsertAsyncOverride( _ ByVal index As Integer, _ ByVal item As T, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of Integer)
protected override Task<int> InsertAsyncOverride( int index, T item, CancellationToken cancellationToken )
Parameters
- index
- This parameter is ignored.
- item
- The item to be inserted.
- cancellationToken
- The cancellation token.